Contribution org.nuxeo.ecm.agenda.ecm.types--types
In component org.nuxeo.ecm.agenda.ecm.types
org.nuxeo.ecm.agenda.ecm.types
inside nuxeo-agenda-5.8.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="VEVENT">
<label>VEVENT</label>
<icon>/icons/agenda.png</icon>
<bigIcon>/icons/agenda_100.png</bigIcon>
<category>SimpleDocument</category>
<description>AgendaEvent.description</description>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>vevent</layout>
</layouts>
<views>
<view id="after-social-collaboration-creation" value="view_social_document"/>
</views>
</type>
<type id="Workspace">
<subtypes>
<type>VEVENT</type>
</subtypes>
</type>
<type id="Folder">
<subtypes>
<type>VEVENT</type>
</subtypes>
</type>
<type id="OrderedFolder">
<subtypes>
<type>VEVENT</type>
</subtypes>
</type>
</extension>